home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / mr_danger.swf / scripts / DefineButton2_185 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-20  |  312 b   |  11 lines

  1. on(release){
  2.    _root.line.clear();
  3.    _root.bar._xscale = 0;
  4.    _root.gamerun = false;
  5.    _root.score = 0;
  6.    _root.particle1._x = _root.particle1.startx;
  7.    _root.particle1._y = _root.particle1.starty;
  8.    _root.particle2._x = _root.particle2.startx;
  9.    _root.particle2._y = _root.particle2.starty;
  10. }
  11.